home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000305_news@columbia.edu _Sat Feb 17 14:45:40 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA20798
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 17 Feb 2001 14:45:40 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA15379
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 Feb 2001 14:45:40 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA11715
  10.     for kermit.misc@watsun.cc.columbia.edu; Sat, 17 Feb 2001 14:27:09 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Pass through printing in telnet session
  14. Date: 17 Feb 2001 19:26:51 GMT
  15. Organization: Columbia University
  16. Message-ID: <96mj9r$be1$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <d0ht8t4knam4rirmasbs05caegupod2dhk@4ax.com>,
  20. Steven Conway  <steven@cwjamaica.com> wrote:
  21. : Heres what I am trying to accomplish.
  22. : Two Linux Boxes A & B loaded with RedHat 6.2.
  23. : A telnets to B, logs in and runs a proggy that executes vt100 Escape
  24. : Sequence (slave.on) that turns on local printing until the Escape sequence
  25. : is traped that turns of local printing (slave.off).  I have done this with
  26. : Dumb Terminals connected by a serial connection and with telnet sessions in
  27. : winblows using CRT's telnet emulator.
  28. Use C-Kermit 7.1 as your Telnet client:
  29.  
  30.   http://www.columbia.edu/kermit/ck71.html
  31.  
  32. Pass-through printing is explained here:
  33.  
  34.   http://www.columbia.edu/kermit/ckermit2.html#x3.3
  35.  
  36. Note: this feature was added in C-Kermit 7.0 but it had a bug, which is fixed
  37. in C-Kermit 7.1.
  38.  
  39. - Frank